js
玉蜀黍芯
这个作者很懒,什么都没留下…
展开
-
js解析json字符串
<!DOCTYPE html> <html> <head> <title>json</title> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> </h原创 2020-06-02 18:00:28 · 372 阅读 · 0 评论 -
javascript判断移动端还是PC端
<!Doctype html> <html> <head> <title>判断手机或者电脑</title> <script> window.location.href = /Android|webOS|iPhone|iPod|Bla...原创 2019-07-03 23:05:02 · 151 阅读 · 0 评论