WMLScript getCurrentCard() 関数
getCurrentCard() 関数は現在のカードの(相対)URLを返します。
文法
n = WMLBrowser.getCurrentCard()
成分 | 説明 |
---|---|
n | この関数が返す文字列。 |
例
var a = WMLBrowser.getCurrentCard();
結果
a = "card1#note"
getCurrentCard() 関数は現在のカードの(相対)URLを返します。
n = WMLBrowser.getCurrentCard()
成分 | 説明 |
---|---|
n | この関数が返す文字列。 |
var a = WMLBrowser.getCurrentCard();
a = "card1#note"