<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>个人所得税</title>
</head>

<body>
<input type="text" placeholder="请输入您的工资"
else if (z<=1500){
r.innerHTML=x-z*0.03;
}else if (z<=4500){
r.innerHTML=x-(z*0.10-105);
}else if (z<=9000){
r.innerHTML=x-(z*0.20-555);
}else if (z<=35000){
r.innerHTML=x-(z*0.25-1005);
}else if (z<=55000){
r.innerHTML=x-(z*0.30-2755);
}else if (z<=80000){
r.innerHTML=x-(z*0.35-5505);
}else r.innerHTML=x-(z*0.45-13505);
}
</script>
</body>
</html >

相关文章:

  • 2021-12-03
  • 2021-06-28
  • 2021-08-05
  • 2021-07-22
  • 2021-04-14
  • 2022-01-16
  • 2022-02-13
猜你喜欢
  • 2021-12-27
  • 2021-07-31
  • 2022-02-24
  • 2021-07-28
  • 2021-12-15
  • 2022-01-03
相关资源
相似解决方案