JS打印帳戶餘額存款.html

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>無標題文檔</title> <script> function Account(name, cardno,balance) //構造函數 { this.name=name; this.cardno=cardno; this.balance=balance
相關文章
相關標籤/搜索