We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
换了几个浏览器,发现用ie兼容模式可以打开,但是选择图片后就没反应了。 看了一下页面的html,发现里面没有方法呀?
//点击文件,自动提交文件,进行识别 jQuery('#imageButton').on('change', function() { });
The text was updated successfully, but these errors were encountered:
chrome浏览器、搜狗浏览器、qq浏览器,edge都试过了,都不行
Sorry, something went wrong.
关闭代理,再更新下 pip install -U web.py
关闭代理,再更新下 pip install -U web.py 果然可以,非常感谢
No branches or pull requests
换了几个浏览器,发现用ie兼容模式可以打开,但是选择图片后就没反应了。
看了一下页面的html,发现里面没有方法呀?
//点击文件,自动提交文件,进行识别
jQuery('#imageButton').on('change', function()
{
});
The text was updated successfully, but these errors were encountered: