|||
巨集參考 — 教程 — 獲取一個選定的字串 (教程)
要獲取一個選定的字串,用 Text 屬性。
下面的例子演示了如何獲得并顯示一個被選取的字串。[JavaScript]¶str = document.selection.Text; alert( str ); [VBScript]¶str = document.selection.Text alert str
str = document.selection.Text; alert( str );
str = document.selection.Text alert str
上個主題: 儲存巨集 (教程)
下個主題: 獲取電腦使用者的名稱 (教程)
<Page contents
>Page contents: