php已经转义的,怎么转回来 quot
例如:
$str="<iframe src="http://www.baidu.com" frameborder="0" style="width:560px;height:362px;"> ";
使用:
htmlspecialchars_decode($str)
例如:
$str="<iframe src="http://www.baidu.com" frameborder="0" style="width:560px;height:362px;"> ";
使用:
htmlspecialchars_decode($str)