默认情况下xampp只能访问本地服务器的地址.即localhost如果需要在外部机器访问XAMPP,则需要修改配置:找到xampp的文件夹,找到apache文件夹中的conf->extra->httpd-xampp.conf 修改其中的配置为deny from all ,将Allow from 127.0.0.0/8(本地服务器地址)注释掉.
after(content) : //在 span 元素外部的后面 插入 "<span><b>Write Less Do More</b><span>" $("span").after("<span><b>Write Less Do More</b><span>"); // 插入内容 after(function): //在 span 元素外部的后面插