gpt4 book ai didi

javascript - 是否可以通过一些在线工具将java转换为java脚本?

转载 作者:行者123 更新时间:2023-11-28 18:34:05 26 4
gpt4 key购买 nike

这段java代码需要转换为javascript吗?

private void validatePartitionSum() throws ProfileUsageException {
int moSize = maxSizeMO == -1 ? 0 : maxSizeMO;
int mtSize = maxSizeMT == -1 ? 0 : maxSizeMT;
if (maxSize > 0 && moSize + mtSize > maxSize) {
//added to default limit type to Messages when error occurs
if(this.editPartitionLimitFlag == false) {
this.limitType = ThresholdType.MESSAGES;
}
String errorMessage =
getFormattedResourceValue(STORAGE_SUM_LARGER_THAN_TOTAL);
throw new ProfileUsageException(errorMessage,
MMException.INVALID_PARAMETER);
}
}

最佳答案

查看 gwt,(不是在线工具)

引用:“使用您选择的 Java IDE 用 Ja​​va 编写浏览器应用程序”

http://www.gwtproject.org/doc/latest/tutorial/gettingstarted.html

http://www.gwtproject.org/

关于javascript - 是否可以通过一些在线工具将java转换为java脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37454771/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com