确保环境变量中包含dll的路径。
没必要用正则,str_replace就可以了,效率还高str_replace("height=\"480\"","height=\"480\" id=\"videoObject\"",$body);正则替换的话就这样preg_replace("/height=\"480\"/is","height=\"480\" id=\"videoObject\"",$body);