We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solar solar1 = new Solar(year,3,22); System.out.println(solar1.toFullString()); System.out.println(solar1.getLunar().toFullString());
上述代码会导致数组下标越界 day 参数为23 也会
The text was updated successfully, but these errors were encountered:
请提供一下year参数。
Sorry, something went wrong.
No branches or pull requests
Solar solar1 = new Solar(year,3,22);
System.out.println(solar1.toFullString());
System.out.println(solar1.getLunar().toFullString());
上述代码会导致数组下标越界 day 参数为23 也会
The text was updated successfully, but these errors were encountered: