« | »

Actionscript3のXMLで要素が存在するかを確認する方法


if (xml.hotspot != "") {

は通用しないので、

if ("hotspot" in xml) {

でOK。

コメント & トラックバック

コメントなし

コメントフィード

コメント