我无法获取参数$_GET
值包含字符:'#'。
我有以下代码:
<iframe src="http://localhost/wp352/wp-content/plugins/heloworld/templates/options-rte.php?text_content=<span style="color: #ff0000;">Empty content.</span>">
当我更改或消除字符时:'#' 一切正常。例如:
<iframe src="http://localhost/wp352/wp-content/plugins/heloworld/templates/options-rte.php?text_content=<span style="color: ff0000;">Empty content.</span>">
如何获得完整的参数 (text_content) 值?
注意:我在PHP中测试获取这个参数/值$_GET['text_content']
。
谢谢