In PHP, I use json_encode()
to echo arrays in HTML5 data attributes.
As JSON requires - and json_encode()
generates - values encapsulated by double quotes. I therefor wrap my data attributes with single quotes, like:
<article data-tags= ["html5","jquery","php","test s"] >
如你所知,最后的标签(试卷)含有单一报价,并且使用<编码>json_encode(<>>/code(>),没有任何选择会导致同化问题。
因此,我使用<条码>json_encode(>> with the JSON_HEX_APOS
para amount,而同值一样是罚款,因为我的单一报价被编码了,但我很想知道:是否在这方面有 down?