2024年3月10日发(作者:)
日语输入法安装:
1.本机自带的安装法
2.其他输入法,这里安装的是谷歌日语输入法(群共享有的)
一.本机自带输入法
Win7系统
开始——控制面板——时钟语言和区域——区域和语言——键盘和语言——更改键盘——
添加——日语,ime——确认
点击右下角CH——选择jp(新添加的键盘输入法)——点击A——然后选择——hiragana
——然后会看到变成あ了——完成
图解
1
2
3.
4.
5.
6.
7.
8.
// 加载安装风格 !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } // 风格不存在加载适配端 !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } // 依据模式返回适配文件 function theme_mode_pre($type = 0) { global $config; // 网站模式 $mode = $config['setting']['website_mode']; $pre = ''; // 首页文件前缀 if (1 == $mode) { // 门户模式 $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { // 扁平模式 $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { // 自定义模式 $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>
2024年3月10日发(作者:)
日语输入法安装:
1.本机自带的安装法
2.其他输入法,这里安装的是谷歌日语输入法(群共享有的)
一.本机自带输入法
Win7系统
开始——控制面板——时钟语言和区域——区域和语言——键盘和语言——更改键盘——
添加——日语,ime——确认
点击右下角CH——选择jp(新添加的键盘输入法)——点击A——然后选择——hiragana
——然后会看到变成あ了——完成
图解
1
2
3.
4.
5.
6.
7.
8.
发布评论