随笔分类 - JavaScript
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <select onchange="alert(this.value)"> <option va
阅读全文
摘要:在类中创建一个方法 方式一:在类内写方法 function Product(pno,pname,price){ //属性 this.pno=pno; this.pname=pname; this.price=price; //方法 this.getPrice=function(){ return t
阅读全文

浙公网安备 33010602011771号