Skip to content

Conversation

@kaixingwang
Copy link

新增多选项支持自定义选项键名,键名支持数字及英文字符。
新增多选项@符号全选功能。
修改Windows PHP7.1环境下,支持中文输入功能。

Signed-off-by: kaixing.wang i@kaixing.wang

新增多选项@符号全选功能。
修改Windows PHP7.1环境下,支持中文输入功能。

Signed-off-by: kaixing.wang <i@kaixing.wang>
self::stdout(self::_l('当前已选择').':[' . implode(',', $r) . ']', 'comment');
$msg = self::_l("请继续选择[#结束,<回退,*清空]");
$msg = self::_l("请继续选择[@全选,#结束,<回退,*清空]");
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

须修改语言包

sapi_windows_cp_set(65001);
}else{
$content=trim(fgets(STDIN));
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$stdin 资源未关闭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants