Rumah  >  Artikel  >  pembangunan bahagian belakang  >  这个跳转哪里写的不对呢?

这个跳转哪里写的不对呢?

WBOY
WBOYasal
2016-06-06 20:17:241523semak imbas

报这个错Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)

<code>echo "<script>history.go(-1);location = 'blog3.php?id=$_POST['reid']';</script>";</code>

回复内容:

报这个错Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)

<code>echo "<script>history.go(-1);location = 'blog3.php?id=$_POST['reid']';</script>";</code>

<code>echo "<script>history.go(-1);location = 'blog3.php?id=".$_POST['reid']."';</script>";</code>

楼上正确答案。

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn