- <?php
 
- /**
 
-  * StrUtils.php  UTF-8
 
-  * web
 
-  *
 
-  * @date    : 2020/9/14 16:54
 
-  *
 
-  * @license 这不是一个自由软件,未经授权不许任何使用和传播。
 
-  * @author  : chenbingling <cbl@huosdk.com>
 
-  * @version : H5IOS 1.0
 
-  */
 
- namespace huosdk\h5ios\core\tool;
 
- class StrUtils extends \huolib\tool\StrUtils {
 
- }
 
 
  |