Java中的标签(Label)是什么?

您所在的位置:网站首页 java是做什么用的 Java中的标签(Label)是什么?

Java中的标签(Label)是什么?

#Java中的标签(Label)是什么?| 来源: 网络整理| 查看: 265

基本介绍:

Java中的标签(Label)是为循环设计的,是为了在多重循环中方便的使用break和continue。

使用介绍:

基本的使用方法是 1、定义标签的名称,如test1 2、找到需要用到标签的地方写下 test1: 即可

示例:

public class Main { public static void main(String[] args) { String strSearch = "This is the string in which you have to search for a substring."; String substring = "substring"; boolean found = false; int max = strSearch.length() - substring.length(); test1: for (int i = 0; i


【本文地址】


今日新闻


推荐新闻


    CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3