把12345 轉成壹萬貳仟參佰肆拾伍輸出。 轉換的概念大同小異囉~~~ -- 以下程式碼-- function num2Zh( $numInp ) { $numInp = trim( $numInp ); $numInp ...
blog.xuite.net