Content Rotator,創建是ASP Content Rotator 組件會。
基本介紹
- 中文名:Content Rotator
- 創建:ASP Content Rotator 組件會
- HTML 標籤:內容字元串可包含
- HTML:可呈現的任何內容
簡介
組件的方法
方法 | 描述 | 實例 |
---|---|---|
ChooseContent | 獲取並顯示某個內容字元串 | <%dim crSet cr=Server.CreateObject("MSWC.ContentRotator") response.write(cr.ChooseContent("text/textads.txt"))%>輸出: |
GetAllContent | 取回並顯示文本檔案中所有的內容字元串 | <%dim crSet cr=Server.CreateObject("MSWC.ContentRotator") response.write(cr.GetAllContent("text/textads.txt"))%>輸出: |