水果公司的執行長賈柏斯總算發表了最近傳言不斷的平板電腦產品,當然之前很多傳聞,也很多所謂的外流諜照,不過都在Apple公司的強力防密系統的保護下幾乎都一一的失準,嗯好吧,這個平板電腦的名字就叫做「iPad」,整個造型呢.....就像是個超級放大版的iPhone or iPod touch,但是那粗大的邊框真的讓人有點"倒彈",不過不要失望,這大概就是水果公司預留二代的後路,外觀不變,但是螢幕變大,邊框變窄,再來就是在屠殺世界各地的蘋果迷的口袋一次。
//Setup Web Service $client = new SoapClient("http://tts.itri.org.tw/TTSService/Soap_1_3.php?wsdl"); // Invoke Call to ConvertSimple $result=$client->ConvertSimple("Account","Password","合成文字位置"); // Iterate through the returned string array $resultArray=explode("&",$result); list($resultCode, $resultString, $resultConvertID) = $resultArray; echo "resultCode:".$resultCode." "; echo "resultString:".$resultString." "; echo "resultConvertID:".$resultConvertID." ";