摘要:
var x = [1,2,2,3,4,5,6,7,7,8] var y = x[x.length-1] var z= [] for (var i = 0;i<x.length;i++) { if (y!=x[i]) { z.push(x[i]) y = x[i] } } 阅读全文
摘要:
https://files.cnblogs.com/files/jhcla/a2c.zip https://files.cnblogs.com/files/jhcla/web.zip 阅读全文
摘要:
1 dim xls ,i,j 2 set xls = createObject("excel.application") 3 xls.visible = true 4 xls.caption = "测试" 5 xls.workbooks.add 6 for i = 1 to 9 7 for j = 1 to i 8 xls.cells(i,j).value =j &"×"&... 阅读全文
摘要:
或者不用数组,如下: 阅读全文
摘要:
计算字符串长度,加车头.切换到IE模式下使用 0 阅读全文
摘要:
1.//买家无敌 call SetUnitInvulnerable(GetBuyingUnit(),true) 2.//创建物品在孔明处 call CreateItem(1227896920,GetRectCenterX(FK),GetRectCenterY(FK)) 阅读全文
摘要:
数字转字符 字符转数字 // <![CDATA[ function i2a() { //1919707494 //726c6966 //0x72 0x6c 0x69 ox66 //r l i f var txt1 = document.getElementById("1") var txt2 = d 阅读全文
摘要:
var x=[1919707494,1918989366,1886219873,1651663203,1668048493,1937007980,1650814070,1668051812,1919182129,1885695602,1936749416,1935827816,1936943468,1918986033,1818715240,1919448168,1802529134,16340... 阅读全文