摘要:
'**********************************************************************'* Filename: water.vbs *'* Author: Pred yecha@freecity.cn*'* You may freely modify or redistribute this file *'**********************************************************************''注意,使用本脚本时,在脚本相同目录下 阅读全文
posted @ 2012-06-20 14:29
与时俱进
阅读(484)
评论(0)
推荐(0)
摘要:
class Robot { /// attributes // cookies private CookieCollection CkCollection = null; // request and response private HttpWebRequest SparkRequest = null; private HttpWebResponse SparkResponse = null; // some url private string LoginUrl = null; private string ReplyUrl = nu... 阅读全文
posted @ 2012-06-20 14:27
与时俱进
阅读(1326)
评论(0)
推荐(0)
摘要:
function getSelectedContents(){ if (window.getSelection) { //chrome,firefox,opera var range=window.getSelection().getRangeAt(0); var container = document.createElement('div'); container.appendChild(range.cloneContents()); return container.innerHTML; //return window.getSelection(); //... 阅读全文
posted @ 2012-06-20 09:25
与时俱进
阅读(6570)
评论(1)
推荐(1)