You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Executes the given function [action] specified number of [times].
*
* A zero-based index of current iteration is passed as a parameter to [action].
*
* @sample samples.misc.ControlFlow.repeat
*/
前面的 / 和 * 是干扰元素,此时就可以通过自定义正则表达式来过滤它们
比如正则表达式为 [/*]+
得到过滤后的关键翻译文本
Executes the given function [action] specified number of [times].
A zero-based index of current iteration is passed as a parameter to [action].
@sample samples.misc.ControlFlow.repeat
The text was updated successfully, but these errors were encountered:
比如翻译下面这段代码注释时
前面的
/
和*
是干扰元素,此时就可以通过自定义正则表达式来过滤它们比如正则表达式为
[/*]+
得到过滤后的关键翻译文本
The text was updated successfully, but these errors were encountered: