摘要:
JS获取网站状态码,若网站存在,写入TXT文件,适用于IE。 <script> //写文件 function writeFile(filename,filecontent){ var fso, f, s ; fso = new ActiveXObject("Scripting.FileSystemO 阅读全文
摘要:
function paginationGo(page){ sendata = {"page":page}; $.ajax({ type:"POST", url:"newqc1.asp", async:true, timeout:10000, data:sendata, success:functio 阅读全文
摘要:
HTML:<div style="display:block;margin:0 auto;width:638px;height:795px;"><div id="render" > CONTENT</div></div> <div id="template" style="margin:10px 0 阅读全文
摘要:
1、标题 <h1>~<h6>,所有标题的行高都是1.1(也就是font-size的1.1倍)。 2、副标题 <small>,行高都是1,灰色(#999) <h1>主标题 <small>副标题</small> </h1> 3、Body样式 4、<p>,段落样式 5、强调样式 .lend 6、粗体<b> 阅读全文
摘要:
1、<meta http-equiv="X-UA-Compatible" content="IE=edge"> 让IE运行最新的渲染模式。 2、<meta name="viewport" content="width=device-width, initial-scale=1"> 初始化移动浏览显示 阅读全文