随笔分类 - JavaScript
包括框架集jQuery等
摘要:一、简介 ferrous-framework是为了迎合微服务架构而封装的纯前端开发框架。 以数据驱动为核心理念,实现了一种介于单页面和多页面的开发模式,让大家根据自己的需要对单页面和多页面进行切换或者共存。 页面结构采用JCP(Javascript Client Page)模式,可以很好得对前端页面
阅读全文
摘要:1 public class WebBrowserAssistant 2 { 3 System.Windows.Forms.WebBrowser wb; 4 public WebBrowserAssistant(System.Windows.Forms.WebBrowser wb) { 5 this.wb = wb; 6 } 7 public bool SetElementValue(string id,string value) { 8 this.wb.Document....
阅读全文

浙公网安备 33010602011771号