从凯莱表中删除顶部边框?

从凯莱表中删除顶部边框?

是否有一种特定的方法tabular来删除表格的顶部边框?

我无法判断 Stackexchange 上的表格是浏览器布局的结果还是我遗漏了什么。

感谢您的时间和帮助!

这是我的代码示例

    \setlength\extrarowheight{3pt}
    \noindent 
    \begin{tabular}{c ||  c | c | c}
        \cline{1-4}
        * & x & y & z\\
        \hline
        x & x & y & z\\
        \hline
        y & y & x & x\\
        \hline
        z & y & x & x\\
        \hline
    \end{tabular}

示例表

我不想要上面的行 * | x | y | z

相关内容