发布时间:2019-08-06 09:03:36编辑:auto阅读(2329)
#!/usr/bin/python # -*- coding: UTF-8 -*- import execjs,os #执行本地自定义的js print execjs.compile('function test(){' 'return 5' '}' '' '' '').call("test") #获取系统的路径 paths=os.path.dirname(__file__) print paths dir=paths+"/js/modules.js" #执行*.js里的文件 print execjs.compile(open(dir).read().decode('utf-8')).call('add',3,4)
上一篇: Python3之数据库(以SQLite为
下一篇: Python3快速入门——(3)dict
50969
50351
40966
37833
32298
29190
28076
22906
22868
21199
1060°
1740°
1427°
1360°
1629°
1447°
2105°
3652°
3576°
2525°