</ script></head><body><audio
autojs吧
全部回复
仅看楼主
level 1
</ script>
</head>
<body>
<audio id= "myAudio" src="sea . mp4" controls-"controls" width="640px"your browser does not support the video tag .
</ audio>
<table border="O" cel lpaddinq="O" cel
lsp
acing="0" height="210px"
width="420px">
«tr align="center" style=" font-weight :bold; background-
color : #ссСССС" >
<td> 歌曲 </td>
くtd>歌手</td>
<td>专楫</td>
</ tr>
«tr ondblclick="play( 'Ring01. wav')" style="background-
color: #99FF99">
<td>时间都去哪儿了</td>
<td>王錚亮</td>
<td>小苹果</td>
<td>《时间都去哪儿了》</td>
</tr>
<tr ondblclick="play('Ring02. wav')" style= "background-
color: # 99CCСС">
<td>筷子兄弟</td>
<td>《老男孩之猛龙过江》</td>
</tr>
<tr ondblclick="play( ' Ring03. wav') " style="background-
color: #CС66СС">
<td>平凡之路</td>
<td>朴树</td>
<td>《平凡之路》</td>
</tr>
</table>
</body>
</html>
2020年12月04日 01点12分 1
level 1
</ script>
</head>
<body>
<audio id="myAudio" src="sea . mp4" controls="controls" width="640px"your browser does not support the video tag .
</audio>
<table border="O" cel lpaddinq="O" cellspacing="0" height="210px"
width="420px">
<tr align="center" style=" font-weight :bold; background-
color : #ссСССС" >
<td> 歌曲 </td>
<td>歌手</td>
<td>专楫</td>
</tr>
<tr ondblclick="play( 'Ring01. wav')" style="background-
color: #99FF99">
<td>时间都去哪儿了</td>
<td>王錚亮</td>
<td>小苹果</td>
<td>《时间都去哪儿了》</td>
</tr>
<tr ondblclick="play('Ring02. wav')" style= "background-
color: # 99CCСС">
<td>筷子兄弟</td>
<td>《老男孩之猛龙过江》</td>
</tr>
<tr ondblclick="play( ' Ring03. wav') " style="background-
color: #CС66СС">
<td>平凡之路</td>
<td>朴树</td>
<td>《平凡之路》</td>
</tr>
</table>
2020年12月04日 02点12分 3
level 2
看不懂这个是jawa吗?
2020年12月06日 08点12分 4
level 1
package com.lsjt.testpaper1;import android.app.AlertDialog;import android.os.Bundle;import android.view.View;import android.widget.Button;import android.widget.EditText;import androidx.annotation.Nullable;import androidx.appcompat.app.AppCompatActivity;public class SecondActivity extends AppCompatActivity implements View.OnClickListener{ @Override protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_second); Button button=findViewById(R.id.button1); button.setOnClickListener(this); } @Override public void onClick(View view) { EditText editText=findViewById(R.id.editText1); String data=editText.getText().toString(); if(data==null || data.trim().equals("")) { popupDialog("你没有输入"); } try { int number=Integer.valueOf(data); if(isPrimeNumber(number)) { popupDialog("是质数");
2022年12月08日 02点12分 5
1