Ta上传的资源 (0)

newFileMenu工具在mac中,修改右键菜单,添加新建文件选项,可以新建系统中已经安装的文件,比如(office系列文件,文本文件),也可以指定其他文件的新建,亲测可用

yii2整合phpqrcode 使用说明: use common\components\qrcode\QRcode; $res = QRcode::png('http://www.baidu.com'); var_dump($res); 参数说明: 第1个参数$text:二维码包含的内容,可以是链接
PHP 59