javascript函数之函数的调用

函数调用的方式有两种:

方法一: 在javascript中调用,代码如下:




	
	Document


	
	

方法二:在html中调用,代码如下:




	
	Document


	
	



你可能感兴趣的:(javascript)