Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

day08 web.py 1479行 #9

Open
Csdypg opened this issue Aug 23, 2015 · 0 comments
Open

day08 web.py 1479行 #9

Csdypg opened this issue Aug 23, 2015 · 0 comments

Comments

@Csdypg
Copy link

Csdypg commented Aug 23, 2015

day08 www/transwarp/web.py 1479行
return fn(*args)
若args为'static/js/awesome.js'
则在call函数中接受到的参数为
('s','t','a'.'t','i' ......'.','j','s')
无法加载静态资源,修改为
return fn(args)
正常显示

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant