摘要:
由于本人的php版本已经为5.5.151、Strict Standards: Non-static method cls_image::gd_version() should not be called statically未声明静态static将return cls_image::gd_versi... 阅读全文
摘要:
jQuery获取Select选择的Text和Value: 1. var checkText=jQuery("#select_id").find("option:selected").text(); //获取Select选择的Text 2. var checkValue=jQuery("#selec... 阅读全文