摘要:
<script> window.onload = function(){ document.getElementById('form').submit(); } </script>解决方法Make sure that there is no name="submit" or id="submit" 阅读全文
摘要:
I also encountered this problem,I add new bundle namespace in composer.json"autoload": { "psr-4": { "AppBundle\\": "src/AppBundle", "BlogBundle\\": "s 阅读全文