摘要:
引用命名空间1 using Microsoft.Office.Core;2 using Word = Microsoft.Office.Interop.Word;3 using Excel = Microsoft.Office.Interop.Excel;4 using PowerPoint = M... 阅读全文
摘要:
JQuery提供了一些utility方法在$命名空间里,这些方法对完成常规的编程任务非常有帮助。$.trim() 删除前后部的空白内容。// 返回 "lots of extra whitespace"$.trim( " lots of extra whitespace " );$.each()... 阅读全文