:setText(stringUtils.format(localizable.changetProLayer_have
--self.txt_count:setText(string.format(localizable.treasureMain_text2,
self.txt_count:setText(stringUtils.format(localizable.treasureMain_text2,
self.btn_golds[1]:setText(localizable.treasureMain_text4)
toastMessage(localizable.treasureMain_text1)
toastMessage(localizable.treasureMain_tiemout)
title=localizable.TreasureMain_tips1,
下面我应该怎么写,才能获取到localizable后面的字符串呢?
作者: Nsqs 时间: 2016-4-25 21:04
- @echo off
- for /f "delims=" %%1 in (a.txt)do (
- set str=%%1
- call set str=%%str:*localizable=%%
- call echo %%str%%
- )
- pause
复制代码
作者: /zhqsystem/zhq 时间: 2016-4-26 01:32
回复 1# 498837077
直接提取%%~xi替换括号为空,自己编吧
作者: codegay 时间: 2016-4-26 02:06
看起来就是某种语编程语言的语法。。。居然需要用批处理
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |