内容简介:翻译自:https://stackoverflow.com/questions/6379930/how-we-can-bold-only-the-name-in-table-td-tag-not-the-value
有什么办法可以让CC Quid,应用程序编号,应用程序标题以及粗体中的其他内容相同,我不希望它们的值是粗体.任何建议将不胜感激..
html = html + "<table border ='0'>"; html= html + "<tr>"; html =html + "<td>CC Quid: " +(data.response.docs[0].c_cc_guid)+"</td></tr>"; html =html + "<tr><td>Application Number: " +(data.response.docs[0].c_application_number)+"</td></tr>"; html =html + "<tr><td>Application Title: " +(data.response.docs[0].c_application_title)+"</td></tr>"; html =html + "<tr><td>Application Type Name: " +(data.response.docs[0].c_application_type_name)+"</td></tr>"; html =html + "<tr><td>Case Mgr Name: " +(data.response.docs[0].c_case_mgr_name)+"</td></tr>"; html =html + "<tr><td>Filed Date: " +(data.response.docs[0].c_filed_date)+"</td></tr>"; html =html + "<tr><td>Lead Atny Name: " +(data.response.docs[0].c_lead_atny_name)+"</td></tr>"; html =html + "</table>";
围绕你想要大胆的东西:
<span style="font-weight:bold">Your bold text</span>
这将进入你的<td>标签.
翻译自:https://stackoverflow.com/questions/6379930/how-we-can-bold-only-the-name-in-table-td-tag-not-the-value
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 根据 PID 获取 K8S Pod名称 - 反之 POD名称 获取 PID
- 设定新的进程名称
- 国际化语种名称的标识
- Java中的不合格名称
- mongodb的model名称细节
- OpenGL入门第一课--名称解释
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
大数据大创新:阿里巴巴云上数据中台之道
邓中华 / 电子工业出版社 / 2018-11 / 99
阿里巴巴云上数据中台正服务着阿里生态中的数十个业务板块、百余家公司、千万级客户,在帮助决策层看清甚至决定业态走向的同时,在上万个业务场景中应用并催生创新。 《大数据大创新:阿里巴巴云上数据中台之道》基于作者在阿里巴巴的十年大数据从业经历,精彩演绎云上数据中台之道。《大数据大创新:阿里巴巴云上数据中台之道》基于大数据探索的大趋势,讲述阿里巴巴云上数据中台顶层设计,再以实际案例详述阿里巴巴云上数......一起来看看 《大数据大创新:阿里巴巴云上数据中台之道》 这本书的介绍吧!