殷德瑶博客
喜欢的歌,静静地听!喜欢的人,远远地看!

美图秀秀网页版源码,教你搭建属于自己的美图秀秀网页版

殷德瑶 2016-12-8 emlog教程 1条评论 7939 次


     以下是美图秀秀官方给出的代码,直接拿去使用就行了

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>美图秀秀网页版 - 殷德瑶 - www.coaadmin.cn</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://open.web.meitu.com/sources/xiuxiu.js" type="text/javascript"></script>
<script type="text/javascript">
window.onload=function(){
	xiuxiu.embedSWF("altContent",3,"100%","100%");
	xiuxiu.setUploadURL("http://web.upload.meitu.com/image_upload.php");
        xiuxiu.setUploadType(2);
        xiuxiu.setUploadDataFieldName("upload_file");
	xiuxiu.onInit = function ()
	{
		xiuxiu.loadPhoto("http://www.yindeyao.cn/logo.png");
	}	
	xiuxiu.onUploadResponse = function (data)
	{
		//alert("上传响应" + data);  可以开启调试
	}
}
</script>
<style type="text/css">
	html, body { height:100%; overflow:hidden; }
	body { margin:0; }
</style>
</head>
<body>
<div id="altContent">
	<h1>美图秀秀网页版 - 殷德瑶</h1>
</div>
</body>
</html>


评论

苏红文创 2017-08-25 17:13
这段源码应该放在哪里?

发表评论


粤ICP备15078261号 Powered by 黑暗之夜
Theme by 殷德瑶博客