"使用者討論:度昀奇" 修訂間的差異
(→上課筆記) |
(→20191113r SVG 上課) |
||
行 14: | 行 14: | ||
<circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/> | <circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/> | ||
</svg> | </svg> | ||
+ | |||
+ | <g>(群組語法) |
於 2019年11月13日 (三) 03:47 的最新修訂
上課筆記
- 網路檔案櫃
- 修改admin.php可以得到刪除檔案的功能
- 維基語法
- 非常入門
- 貼圖語法:"
20191113r SVG 上課
<?xml version='1.0' encoding='UTF-8' standalone='no'?> <svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='12' height='12'>
<circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/>
</svg>
<g>(群組語法)