JavaScript Function,建立函數對象(new Function()),字符串當代碼來執行

demo.html:javascript <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script> function Person(name, age){ this.name = name;
相關文章
相關標籤/搜索