1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<table class="pdaTable"> <tr> <th class="textCaptain">Á¦ ǰ ¸í</th> <td class="textCaptain">STM-8800</td> </tr> <tr> <th class="textCaptain">¾÷¹«¿ëµµ</th> <td class="textAssist"> ÁÖ¹®.Ãâ°í.»óÂ÷.³³Ç°.Àç°í.°Ë¼ö </td> </tr> <tr> <th class="textCaptain">Á¦Ç°±¸¼º</th> <td class="textAssist"> PDAº»Ã¼.¹èÅ͸®<br/>½ºÅ¸ÀÏ·¯½ºÆæ<br/>USBÄÉÀ̺í<br/>Å©·¹µé.¾Æ´äÅÍ </td> </tr> </table>
|