前端BootStrap框架和django创建项目和app
摘要:
1、JS 正则 test - 判断字符串是否符合规定的正则 rep = /\d+/; rep.test("asdfoiklfasdf89asdfasdf") # true rep = /^\d+$/; rep.test("asdfoiklfasdf89asdfasdf") # true exec - 阅读全文
posted @ 2019-09-03 18:05 BillyLV 阅读(65) 评论(0) 推荐(0) 编辑