print_r(str_replace("%user_name", "CyuBlog", $test1)); $test2 = array( "Hi, this is %name", "%name is a web blog" ); ...
確定! 回上一頁