摘要: create database data_Test --创建数据库data_TestGOuse data_TestGOcreate table tb_TestTable --创建表(id int identity(1,1) primary key ,userName nvarchar(20) not 阅读全文
posted @ 2021-08-30 10:09 v17166570219 阅读(58) 评论(0) 推荐(0)
摘要: var iframe = document.createElement("iframe");iframe.src = "http://www.wfuyu.com"; if (!/*@cc_on!@*/0) { //如果不是 IEiframe.onload = function(){alert("本地 阅读全文
posted @ 2021-08-30 09:36 v17166570219 阅读(107) 评论(0) 推荐(0)