摘要: This project is based on python>=3.6. The dependent package for this project is listed as below:numpy==1.13.1tqdmtorch-scope>=0.5.... 阅读全文
posted @ 2020-09-02 10:44 Python研究者 阅读(212) 评论(0) 推荐(0)
摘要: 网页跳转链接(javascript) 1、跳转链接 在当前窗口打开 window.location.href="http://www.baidu.com" 等价于 go baidu 2、跳转链接 在新窗口打开 window.open("http:/... 阅读全文
posted @ 2020-09-02 10:42 Python研究者 阅读(3566) 评论(0) 推荐(0)