$username = trim(input('post.username'));
dump($username);
Why can’t I print out this $username after following this teacher’s code? The value of
韦小宝2019-01-28 14:10:40
Print the post separately to see if there is a value. If not, it is a front-end problem. Take a look at the code where the data is submitted