WWWForm form=new WWWForm(); form.AddFiled("名字","数据"); WWW www=new WWW(url,form); yield return www; www.text;//(php echo出来的)