Why is the submitted value empty after I add spaces to the form submission?
**推广网
**推广网 2018-09-13 17:57:59
0
2
1117
$txt = $_POST["txt"]; if(empty($txt)){ $data="内容不能为空"; echo json_encode($data); die; }

Back-end code



##