04 2018 档案
摘要:原因:In iOS, Safari is now apparently remembering that the element was focussed but not actually focussing it until a touch down event.It is then blindl
阅读全文
摘要:一.MVC是什么 1.MVC概念 MVC(Model View Controller),模型(model)-视图(view)-控制器(controller),软件框架的一种。 (1)最上层view视图:用于展示信息,动态的生成HTML,作为响应结果,直接呈现在用户面前。 (2)底层model模型:数
阅读全文