



nvm安装nodejs 运行use命令时报错exit status 1: ��û���㹻��Ȩ��ִ�д˲�����
nvm安装nodejs 运行use命令时报错exit status 1: ��û���㹻��Ȩ��ִ�д˲�����

Error: error:0308010C:digital envelope routines::unsupported
Error: error:0308010C:digital envelope routines::unsupported




jquery append()方法生成的html代码中的js代码不能点击
jquery append()方法生成的html代码中的js代码不能点击,click事件么,jq1.7前用live,1.7之后用on


$("this")和$(this)和this
通过$("this")获得this标签对象,使用text()方法获得span的内容;使用$(this)获得当前对象,相当于使用$("#test")获得对象,通过text()方法获得span的内容,只能在bind的方法中使用