|
本帖最后由 喬治兄 于 2018-9-18 02:46 编辑
感謝 klwo2 兄適時地指點迷津
非常簡明扼要的點出了實務的重點
非常受用
謝謝
另外 klwo2 兄能否麻煩您再一次指點迷津一下
小弟看了很久實在看不太懂
謝謝您了
感恩
請教 Mdxbuilder 所附件下的demo 檔的幾個疑問
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
index
CSS: <a href="entry://css">demo</a><br>
Sound: <br>
<a href="entry://sound">demo using link</a><br>
<a href="entry://bgsound">BGSound demo</a><br>
Graphic: <a href="entry://graphic">demo</a><br>
In page link: <a href="entry://#section name">link to view source</a>
<br>1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br><br>1<br>2<br>3<br>4<br>5<br>6<br>7<br>8<br>9<br>0<br>0<br>
some dummy lines<p>
<a name="section name">View Source:</a>
<a href="source://index">view</a>
</>
css
<head>
<link rel="stylesheet" type="text/css" href="inline0.css" />
<link rel="stylesheet" type="text/css" href="inline1.css" />
</head>
<body>
<p id="p0">This line should appear green.</p>
<p id="p1">This line should appear red</p>
<a href="source://#">Source code</a>
</body>
</>
sound
Sound test, please click this: <a href="sound://test.spx"><img src="/playIcon.jpg"></img></a>
</>
bgsound
You should be able to use the "speaker" button in the up-right to play audio now
<BGSound src="/test.spx">
</>
graphic
This entry can show a graphic as this: <img src="/mdict.gif">mdict.gif</img>
a very large photo: <img src="/1.jpg">1.jpg</img>
</>
internal redirect to "graphic"
@@@LINK=graphic
</>
cross page link with section
<a href="entry://index#section name">jump</a>
</>
------------------------------------------------------------------------------------------------------------------------------------------------------------------
<a href="entry://headword">abc</a> ------------------->此用法是否轉跳headword的那個詞頭
<a href="entry://index#section name"> ------------------->此用法是???????????????也是跳轉到index的那個詞頭,#section name--->不知作用????
是否跳到 詞頭 index 的這個 <a href="entry://#section name">
<a href="source://#">Source code</a> ------------------->此用法好像不會跳轉只是Source code 下多了下劃線
<a name="section name"> -------------------> 此用法好像無作用也沒顯示 View Source:
<a href="source://index"> -------------------> 此用法是否顯示 index 詞頭下含html 語法
<BGSound src="/test.spx"> ------------------->此在 bgsound 的詞頭並沒有發出 test 的聲音, 用法是???????????????
|
|