我有.env
一个像这样的文件:
TESTCASE_GROUP_SIZE=25
. . .
Run Code Online (Sandbox Code Playgroud)
我想将它的值(读取它)放入.ps1
脚本中。我该怎么做?
我正在尝试使用 Tailwind CSS 在表格行内制作一个文字包装器,但它似乎不起作用。我究竟做错了什么?
\n我是:
\n这是代码:
\n <div className="py-5 ">\n <div className="overflow-x-auto">\n <table className="w-full max-w-4xl mx-auto overflow-hidden bg-white divide-y divide-gray-300 rounded-lg whitespace-nowrap">\n <thead className="bg-gray-900">\n <tr className="text-left text-white">\n <th className="px-6 py-4 text-lg font-semibold "> n \xc2\xb0 </th>\n <th className="px-3 py-4 text-lg font-semibold "> Song </th>\n <th className="px-3 py-4 text-lg font-semibold text-center "> Best Singers </th>\n <th className="px-6 py-4 text-lg font-semibold text-center"> </th>\n </tr>\n </thead>\n <tbody …
Run Code Online (Sandbox Code Playgroud)