嘿所以我会尝试在解释我正在尝试做的事情时尽可能简单明了。 因此,在某个像聊天室一样运行的网站上有个人资料页面,允许其用户进行一些html编码来设计它。我想让php回应访问者的名字。看了一下源代码后我发现了这个。
<script id="id" type="type" >
{
"me": {
"sessId": ######,
"charId": ######,
"acctId": #####,
"name": "My users name",
"csrf": "a lot of stuff",
"settings": {"hideEyecons":false,"nameDing":true,"enableSound":true,"nameDingPatterns":[],"clearWhisper":true,"autoHoverGroups":true,"enableTicker":true,"autoHoverWhispers":true}
},
"ses": {
"roomId": #,
"status": "away",
"ignored": {},
"highlighted": {},
"props": {}
}
}
</script>
是否可以使用html或php代码来回显名称?