目前分類:未分類文章 (4)

瀏覽方式: 標題列表 簡短摘要

import java.awt.*;
import java.awt.event.*;

user17930 發表在 痞客邦 留言(0) 人氣()

3  

  

user17930 發表在 痞客邦 留言(0) 人氣()

2  

<html> <head> <title> The First Example: 1to 10 </title> </head> <body> <h2> This line is HTML </h2> <script language="JavaScript"> <!-- document.write("1,2,3,4,5,6,7,8,9,10.This sentence is written using JavaScript."); // Text on the right of 2 slashes is comment /* This is comment that occur more than 1 line */ //--> </script> <noscript> Sorry, but your browser doesn't run JavaScript. </noscript> <h2> This line is HTML </h2> </body> </html>

user17930 發表在 痞客邦 留言(0) 人氣()

1  

class Test

user17930 發表在 痞客邦 留言(0) 人氣()