所以和我之前的问题一样,我想在我的项目中添加 alt+ 代码,特别是 ☆</p>
我用这个作为我的代码:
totalStars.append("\u9733");
totalStarsLabel.setText(totalStars.toString());
我也试过:
totalStars.append("☆");
totalStarsLabel.setText(totalStars.toString());
但我得到这个作为输出:▛</p>
知道如何解决这个问题吗?我真的很难过。
解决了:
使用 Unicode(Netbeans 源代码中使用的字体)和 ("\u2605")