靠窗114 2021-12-31 00:18 采纳率: 33.3%
浏览 22
已结题

我这种怎么弄 怎么才能看到她原码(语言-java)

<!-- BEGIN: Vendor CSS-->
<link rel="stylesheet" type="text/css" href="../app-assets/vendors/css/vendors.min.css">
<link rel="stylesheet" type="text/css" href="../app-assets/vendors/css/charts/apexcharts.css">
<link rel="stylesheet" type="text/css" href="../app-assets/vendors/css/extensions/swiper.min.css">
<link rel="stylesheet" type="text/css" href="../app-assets/vendors/css/extensions/toastr.css">
<!-- END: Vendor CSS-->

<!-- BEGIN: Theme CSS-->
<link rel="stylesheet" type="text/css" href="../app-assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/bootstrap-extended.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/colors.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/components.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/themes/dark-layout.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/themes/semi-dark-layout.css">
<!-- END: Theme CSS-->

<!-- BEGIN: Page CSS-->
<link rel="stylesheet" type="text/css" href="../app-assets/css/core/menu/menu-types/vertical-menu.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/pages/dashboard-ecommerce.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/plugins/extensions/toastr.css">
<link rel="stylesheet" type="text/css" href="../app-assets/css/pages/page-user-profile.css">
<link rel="stylesheet" type="text/css" href="../app-assets/vendors/css/extensions/sweetalert2.min.css">
<!-- END: Page CSS-->
<style>
    thead th {white-space:nowrap;overflow:hidden;text-overflow: ellipsis; }
</style>
<style>
    tbody td {white-space:nowrap;overflow:hidden;text-overflow: ellipsis; }
</style>
<style>
.g-flexview {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    min-width: 150px;
}
.border {
    border-style:solid;
    border-width:1px;
    border-color:#e0e0e0;
}
.table th,
.table td {
 padding: 10px 0px 10px 0px;
}
.nav.nav-tabs {
  margin-bottom: 0rem;
  border-bottom-color: #ededed;
}
.erjs {
  margin: 0px 25.5px 0px 25.5px;
}
.my-card{
  background-color:#FFFFFF;
  width:100%;
  height:100%;
  overflow:scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
</style>

PC/IOS用户中心

乞丐并不会妒忌百万富翁,但是他肯定会妒忌收入更高的乞丐。

<input class="form-control" type="text" />
<input class="form-control" name="pass" type="password" />
登 录
注册即表示你同意 用户协议

  • 写回答

1条回答 默认 最新

  • wresource Android领域优质创作者 2021-12-31 00:51
    关注

    这是类似html格式的,源码不是java

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 1月8日
  • 已采纳回答 12月31日
  • 创建了问题 12月31日

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题