()
| 380 | } // 使用自带加解密 |
| 381 | |
| 382 | public static boolean getRadioButton2State() { // 获取是否通过接口进行加解密 |
| 383 | return RadioButton2.isSelected(); |
| 384 | } // 使用接口加解密 |
| 385 | |
| 386 | public static boolean getRadioButton3State() { // 获取是否对header进行处理 |
| 387 | return RadioButton3.isSelected(); |
no outgoing calls
no test coverage detected