2020年6月21日

jQuery 字符串常用方法

摘要: 字符串,左右去空格: $.trim(where); -- 去空格 去最后一个字符 1.string.slice(0,-1) 2.str.substring(0,str.length-1) 阅读全文

posted @ 2020-06-21 15:32 肥冬瓜 阅读(376) 评论(0) 推荐(0) 编辑

flask + pycham ,开启Debug 模式

摘要: >>>> debug 模式,你绝对值得拥有 <<<<< 如果使用 pycham + flask, 只在代码写 app = Flask(__name__)app.debug = True 通过pycham 启动服务,会一直提示 debug 模式为 off ,如下 1 Connected to pyde 阅读全文

posted @ 2020-06-21 00:07 肥冬瓜 阅读(152) 评论(1) 推荐(0) 编辑

导航