01 2014 档案
摘要:Encoding utf8 = new UTF8Encoding(true);参数表示是否带签名,但此是否带签名在WriteAllBytes 无效,生成的永远是无签名的。但在WriteAllText中有效。 Encoding utf8 = new UTF8Encoding(true); ////utf8.s = "65001"; //var utf8 = System.Text.Encoding.GetEncoding(65001); var bys = utf8.GetBytes("测试生成页面" + DateTime.Now.ToString()..
阅读全文
摘要:一直老忘记,备份下:var Index=list.indexOf(keyword);list.splice(Index, 1);
阅读全文
摘要:1。获取HTMLdocument.getElementById(Iframe的名称).contentWindow.getHTML();在线API http://www.ewebeditor.net/demo/clientapi.asp已经很详细了。
阅读全文

浙公网安备 33010602011771号