+'<div>'
+'<div style="font-size:30pxmargin-top:20px">11111111</div>'
+'<form action="welcome.php" method="post">'
+'账号: <input type="text" name="order_fee" style="margin-top:20px"><br>'
+'密码: <input type="text" name="order_sn" style="margin-top:20px"><br>'
+'<input type="submit" value="提交" onclick="closeBg()" style="width:80%height:40pxbackground:url(order_bg.png) fixed center center no-repeatbackground-size:coverborder:nonecolor:#fffmargin-top:20px"/>'
+'</form> '
+'</div>'
+'</div>'
这样拼接就好了啊,调用的时候:
document.body.innerHTML = html
1、新建一个文本文件。把你的<script type="text/javascript">*****</script>里面的所有代码放进去,注意,不带<script type="text/javascript">.保存的时候记得扩展名保存成.js文件。例如:demo.js2、在你当前文件中插入<script type="text/javascript" src="demo.js"></script>
即可!
一般常用的方法有:插入js 的方法有很多种,例如,在html 的 head 标签 内 通过 script 标签来写
或者在body 结束标签前添加script 标签来写,或者引入外部的js
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)